home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Multimedia & Desktop / VideoToolbox / Precompiled headers / -How to pre-compile next >
Text File  |  1996-09-16  |  1KB  |  9 lines

  1. Use VideoToolbox.pch or follow the instructions in VideoToolbox.c to precompile VideoToolbox.h to recreate the precompiled header or headers that you'll need, since they must be produced by your version of the compiler. Put them all pre-compiled headers in "VideoToolbox:VideoToolboxSources: Precompiled headers". Metrowerks CodeWarrior will automatically generate the appropriate filename; in THINK C you have to specify it yourself. Here's the naming convention that I use:
  2. "VideoToolbox.pre" = THINK C, 68k, 2-byte int, "universal" floating point (works with or without 8881 fpu).
  3. "VideoToolbox.68k.4i.f.pre" = CodeWarrior, 68k, 4-byte int, 12-byte double for 8881.
  4. "VideoToolbox.68k.4i.pre" = CodeWarrior, 68k, 4-byte int, 10-byte double for no fpu.
  5. "VideoToolbox.ppc.pre" = CodeWarrior, PowerPC, necessarily 4-byte int and 8-byte double.
  6. "VideoToolbox.68k.N.4i.f.pre" = CodeWarrior, 68k, MPW C newlines, 4-byte int, 12-byte double for 8881.
  7. "VideoToolbox.68k.N.4i.pre" = CodeWarrior, 68k, MPW C newlines, 4-byte int, 10-byte double for no fpu.
  8. "VideoToolbox.ppc.N.pre" = CodeWarrior, PowerPC, MPW C newlines, 4-byte int and 8-byte double.
  9.